home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD v2.1
/
Amiga Developer CD v2.1.iso
/
Contributions
/
Haage_&_Partner
/
Storm-Projects
/
NDKExamples1
/
locale
/
Localize
/
localize-except-strings
< prev
next >
Wrap
Text File
|
1999-04-16
|
341b
|
14 lines
;
; match "<pattern>" omit any string that exactly matches <pattern>
;
; Cmatch "<pattern>" case sensative version of `match'
;
; contains "<pattern>" omit any string that contains <pattern>
; ( effectively #?<pattern>#? )
;
; Ccontains "<pattern>" case sensative version of `contains'
; match foo, but not Foo or FOO, etc
Cmatch "foo"